projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50e9e58
)
* fileio.c (Fexpand_file_name): Fix MS-Windows build failure.
author
Dmitry Antipov
<dmantipov@yandex.ru>
Tue, 2 Sep 2014 03:47:54 +0000
(07:47 +0400)
committer
Dmitry Antipov
<dmantipov@yandex.ru>
Tue, 2 Sep 2014 03:47:54 +0000
(07:47 +0400)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index d4929184ceec06dc5176d865d3e8795aa9775825..2842839f2b31bbc991ba22cd891f511e1e56f50d 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-1342,7
+1342,7
@@
filesystem tree, not (expand-file-name ".." dirname). */)
memcpy (adir, SSDATA (tem), newdirlen + 1);
}
else
- newdirlen = strlen (a
id
r);
+ newdirlen = strlen (a
di
r);
newdir = adir;
}